home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / _foreign.pm next >
Encoding:
Perl POD Document  |  2008-04-02  |  75 b   |  7 lines

  1. package URI::_foreign;
  2.  
  3. require URI::_generic;
  4. @ISA=qw(URI::_generic);
  5.  
  6. 1;
  7.